home *** CD-ROM | disk | FTP | other *** search
/ Aminet 23 / Aminet 23 (1998)(GTI - Schatztruhe)[!][Feb 1998].iso / Aminet / dev / basic / XDat2Cat.readme < prev   
Text File  |  1998-01-05  |  4KB  |  118 lines

  1. Short:    V2.0 - Data2Catalog for Blitz
  2. Author:   xn.baddolls@a2points.com (NUEL Xavier)
  3. Uploader: xn.baddolls@a2points.com (NUEL Xavier)
  4. Type:     dev/basic
  5. Replaces: dev/basic/XDat2Cat.lha
  6.  
  7.     Hi,
  8.  
  9.     This is a major update of XDat2Cat !!!
  10.  
  11.     XDat2Cat is a litle program for a quick creation of
  12.     a catalog file for your own program in Blitz Basic...
  13.  
  14.     It only read a list of 'Data$' from a file, and decode it.
  15.     See below for the data-file description.
  16.  
  17.     It can save it as a file.cd (catalog description) ,
  18.     as file.ct (catalog translation) and as file.catalog
  19.     (the catalog itself).
  20.  
  21.     The .catalog file is created using CatComp.
  22.     I think this programm is copyrighted to Commodore, and
  23.     was made only for the devellopers...
  24.  
  25.     I don't know if I can do that, but I've join it with
  26.     this archive... 
  27.  
  28.  
  29.     For the first step, you must doing a data-file of your localised
  30.     strings. The format of this file is like this :
  31.  
  32.     
  33.     Label
  34.     Data$ "Localised text"   ; "Texte localisé"
  35.     Data$ "An other text"    ; "Un autre texte"
  36.     Data$ "Yes|No !!"        ; "Oui|Non !!"
  37.     OtherLabel                
  38.     Data$ "Again, some text"    ; "Encore du texte"
  39.     ...
  40.     ..
  41.     .
  42.  
  43.     -'Label' is a name for the type of strings. 
  44.     -'Localised text' is the english version of the catalog's string.
  45.      It's the description's string for the file.cd.
  46.     -'Texte localisé' is the translation's string for the file.ct.
  47.  
  48.     In the file.cd , this will create this strings : 
  49.  
  50.     ;
  51.     MSG_Label_1 (//)
  52.     Localised text
  53.     ;
  54.     MSG_Label_2 (//)
  55.     An other text
  56.     ;
  57.     ...
  58.     ..
  59.     .
  60.  
  61.     And in the file.ct :
  62.  
  63.         ;
  64.     MSG_Label_1 
  65.     Texte localisé
  66.     ;
  67.     MSG_Label_2 
  68.     Un autre texte
  69.     ;
  70.     ...
  71.     ..
  72.     .
  73.  
  74.     When you've got this two file, you can create the file.catalog.
  75.  
  76.  
  77.  
  78.     I hope my english is not too bad ;-) ...
  79.     Enjoy yourself whith this program, and ask me if you've got some
  80.     problems with it.
  81.  
  82.     Bye, Xavier
  83.  
  84.     PS: the source is available on my own WEB site ;-)
  85.  
  86. +­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­+
  87. | Name    : Xavier Nuel.                               |
  88. | Alias   : BadDolls                                   |
  89. | IRC     : DalNet (irc.dal.net)  #amigafr  #amiga     |
  90. |                                 #amigach             |
  91. +­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­+
  92. | Project : BDGfxLib V1.3 -> On my homepage & Aminet   |
  93. +­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­+
  94. | Project : XLabProcess V1.25  [*.........] 5%         |
  95. |         : V1.24a available on my web site & Aminet   |
  96. | Home    : http://www.a2points.com/homepage/3698138/  |
  97. |                                   wwwww              |
  98. |  Come on my WebPage &            | o_o |             |
  99. +­ Download some files ­­­­­­­­­­­­­\_=_/­­­­­­­­­­­­­­+
  100.  
  101.  
  102. ============================= Archive contents =============================
  103.  
  104. Original  Packed Ratio    Date     Time    Name
  105. -------- ------- ----- --------- --------  -------------
  106.    25500   10934 57.1% 18-Dec-97 02:28:18 +CatComp
  107.     1376     729 47.0% 18-Dec-97 02:20:38 +XDat2Cat.catalog
  108.     2937     904 69.2% 18-Dec-97 02:20:36 +XDat2Cat
  109.     1658     632 61.8% 18-Dec-97 02:20:36 +XDat2Cat.cd
  110.     1624     685 57.8% 18-Dec-97 02:20:36 +XDat2Cat.ct
  111.    66756   29984 55.0% 18-Dec-97 02:20:36 +XDat2Cat.exe
  112.      383     255 33.4% 18-Dec-97 02:20:36 +XDat2Cat.exe.info
  113.     2662    1139 57.2% 18-Dec-97 02:20:36 +XDat2Cat.readme
  114.     2242     212 90.5% 18-Dec-97 02:20:36 +XDat2Cat.readme.info
  115.     4014    1376 65.7% 18-Dec-97 02:20:54  XData2Cat.info
  116. -------- ------- ----- --------- --------
  117.   109152   46850 57.0% 19-Dec-97 00:55:50   10 files
  118.